CanInsert Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified .
Syntax
'Declaration
Public Overrides Function CanInsert( _
ByVal As Integer, _
ByVal As _
) As Boolean
public override bool CanInsert(
int ,
)
Parameters
- index
- This parameter is ignored because Entity Framework works with non-ordered sources.
- item
- The item that would be inserted.
See Also